From: Juanma Barranquero Date: Fri, 30 Aug 2002 17:44:46 +0000 (+0000) Subject: (Qbox): Make extern. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30893 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bfd82c98c91742eb120fd46ab8683cdc4a6e08be;p=emacs.git (Qbox): Make extern. (syms_of_w32fns): Remove initialization of Qbox. --- diff --git a/src/w32fns.c b/src/w32fns.c index 6bc51d638dd..574b321a932 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -206,7 +206,7 @@ Lisp_Object Qauto_raise; Lisp_Object Qauto_lower; Lisp_Object Qborder_color; Lisp_Object Qborder_width; -Lisp_Object Qbox; +extern Lisp_Object Qbox; Lisp_Object Qcursor_color; Lisp_Object Qcursor_type; Lisp_Object Qgeometry; @@ -14819,8 +14819,6 @@ syms_of_w32fns () staticpro (&Qborder_color); Qborder_width = intern ("border-width"); staticpro (&Qborder_width); - Qbox = intern ("box"); - staticpro (&Qbox); Qcursor_color = intern ("cursor-color"); staticpro (&Qcursor_color); Qcursor_type = intern ("cursor-type");